Vcenter TrustedInfrastructure TrustAuthorityHosts Kms FilterSpec
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustAuthorityHosts Kms FilterSpec schema contains the data necessary for identifying a Key Provider Service
This schema was added in vSphere API 7.0.0.0.
{
"hosts": [
"string"
],
"clusters": [
"string"
],
"address": [
{
"hostname": "string",
"port": 0
}
],
"groups": [
"string"
]
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
A set of host IDs by which to filter the services.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by the hosts on which they run.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
A set of cluster IDs by which to filter the services.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by the clusters on which they run.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The service's address.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by address.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The group determines reports issued by which Attestation Service instances this Key Provider Service can accept.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the services will not be filtered by groupId.